home *** CD-ROM | disk | FTP | other *** search
- object FormRange: TFormRange
- Left = 468
- Top = 253
- BorderStyle = bsDialog
- Caption = 'Choose Range'
- ClientHeight = 283
- ClientWidth = 292
- Color = clBtnFace
- Constraints.MinHeight = 300
- Constraints.MinWidth = 300
- DragKind = dkDock
- DragMode = dmAutomatic
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 17
- Top = 45
- Width = 19
- Height = 13
- Caption = 'First'
- end
- object Label2: TLabel
- Left = 17
- Top = 71
- Width = 20
- Height = 13
- Caption = 'Last'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 193
- Height = 97
- end
- object Bevel2: TBevel
- Left = 8
- Top = 112
- Width = 281
- Height = 169
- end
- object Label3: TLabel
- Left = 16
- Top = 144
- Width = 55
- Height = 13
- Caption = 'Filter States'
- end
- object Label4: TLabel
- Left = 152
- Top = 144
- Width = 69
- Height = 13
- Caption = 'Filter Countries'
- end
- object CheckBoxRange: TCheckBox
- Left = 45
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Range Active'
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 56
- Top = 41
- Width = 129
- Height = 21
- TabOrder = 1
- Text = 'Abacus'
- end
- object Edit2: TEdit
- Left = 56
- Top = 67
- Width = 129
- Height = 21
- TabOrder = 2
- Text = 'Custom'
- end
- object BitBtn1: TBitBtn
- Left = 208
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Apply'
- TabOrder = 3
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 208
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 4
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object ListBoxStates: TListBox
- Left = 16
- Top = 160
- Width = 129
- Height = 113
- ExtendedSelect = False
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 5
- end
- object ListBoxCountries: TListBox
- Left = 152
- Top = 160
- Width = 129
- Height = 113
- ExtendedSelect = False
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 6
- end
- object CheckBoxFiltering: TCheckBox
- Left = 48
- Top = 120
- Width = 97
- Height = 17
- Caption = 'Filtering Active'
- TabOrder = 7
- end
- end
-